Click or drag to resize

SmtpDomain Class

Identifies a single SMTP domain.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeSmtpDomain

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class SmtpDomain

The SmtpDomain type exposes the following members.

Properties
  NameDescription
Public propertyIncludeSubdomains
Indicates whether subdomains of the domain identified by the Name attribute are considered internal. This attribute is optional.
Public propertyName
Identifies the name of a domain. This attribute is required.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also